home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / Freeware / Remapollo / Modules / patches / console / console.pch.txt < prev    next >
Text File  |  2002-10-27  |  914b  |  30 lines

  1. MM's OS3.9 fixes:
  2.  
  3. console.pch
  4.  
  5. Patches console.device V44.8 (OS3.9 BB2) to V44.9
  6.  
  7. This patch fixes an ancient bug of console.device which doesn't reset text
  8. styles on CSI0m if aSDSS command was used. For example - if you set your
  9. console defaults to white text on a black background:
  10.  
  11. 'echo "*e[32;41;>1m*e[ s"'
  12.  
  13. and then you try to print some underlined text followed by plain text:
  14.  
  15. 'echo "*e[4munderlined text*e[0m this text should be plain"'
  16.  
  17. you will get both texts printed as underlined, which is wrong.
  18.  
  19. To apply the patch you can use included install script; remember to place the
  20. spatch command somewhere in your path. Also script assumes that original
  21. console.device is placed in devs:modules directory under the name of
  22. 'OS_Module8'. Original file will be backed up using '.bak' suffix.
  23.  
  24. For questions, bugreports, etc. mail me: bloelle@priv.gold.pl
  25.  
  26. NO WARRANTIES: USE AT YOUR OWN RISK!
  27.  
  28. Have fun,
  29. MM
  30.